feat(gooddata-sdk): [AUTO] Add AI catalog generateDescription, generateTitle, trendingObjects endpoints#1571
Open
yenkins-admin wants to merge 3 commits intomasterfrom
Open
feat(gooddata-sdk): [AUTO] Add AI catalog generateDescription, generateTitle, trendingObjects endpoints#1571yenkins-admin wants to merge 3 commits intomasterfrom
yenkins-admin wants to merge 3 commits intomasterfrom
Conversation
…teTitle, trendingObjects endpoints
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1571 +/- ##
===========================================
+ Coverage 0.00% 78.62% +78.62%
===========================================
Files 158 230 +72
Lines 11048 15423 +4375
===========================================
+ Hits 0 12126 +12126
+ Misses 11048 3297 -7751 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added three new AI catalog methods to ComputeService (generate_description, generate_title, get_trending_objects) and added enable_hybrid_search parameter to search_ai. All wrap the already-present generated API client endpoints. Integration tests added for each new method.
Impact: new_feature | Services:
gooddata-metadata-clientTickets: GDAI-1328
Files changed
packages/gooddata-sdk/src/gooddata_sdk/compute/service.pypackages/gooddata-sdk/tests/compute/test_compute_service.pyAgent decisions
Decisions (3)
placement of new methods — Added generate_description, generate_title, get_trending_objects to ComputeService in compute/service.py
return types for new methods — Return raw generated API types (GenerateDescriptionResponse, GenerateTitleResponse, TrendingObjectsResult)
enable_hybrid_search parameter position — Inserted enable_hybrid_search between deep_search and limit, alphabetically adjacent to deep_search
Assumptions to verify (3)
Risks (1)
Layers touched (2)
packages/gooddata-sdk/src/gooddata_sdk/compute/service.pypackages/gooddata-sdk/tests/compute/test_compute_service.pySource commits (gdc-nas)
ea4a558Merge pull request #21425 from gooddata/zovi/GDAI-1328-searc-results-grouping3e5b1e6Merge pull request #20842 from gooddata/zovi/GDAI-1418-treding-object-analytics64b778aMerge pull request #20454 from gooddata/zovi/GDAI-1349-hybrid-searchOpenAPI diff
Workflow run
Generated by SDK OpenAPI Sync workflow